home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / 3dvect39 / xmouse.ext < prev    next >
Text File  |  1994-10-30  |  1KB  |  45 lines

  1. ;░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  2. ;
  3. ; Filename     : xmouse.ext
  4. ; Included from: Your Program
  5. ; Description  : External Definitions
  6. ;
  7. ; Written by: John McCarthy
  8. ;             1316 Redwood Lane
  9. ;             Pickering, Ontario.
  10. ;             Canada, Earth, Milky Way (for those out-of-towners)
  11. ;             L1X 1C5
  12. ;
  13. ; Internet/Usenet:  BRIAN.MCCARTHY@CANREM.COM
  14. ;         Fidonet:  Brian McCarthy 1:229/15
  15. ;   RIME/Relaynet: ->CRS
  16. ;
  17. ; Home phone, (905) 831-1944, don't call at 2 am eh!
  18. ;
  19. ; John Mccarthy would really love to work for a company programming Robots
  20. ; or doing some high intensive CPU work.  Hint. Hint.
  21. ;
  22. ; Send me your protected mode source code!
  23. ; Send me your Objects!
  24. ; But most of all, Send me a postcard!!!!
  25. ;
  26. ;░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  27.  
  28.          extrn _show_mouse:near             ; _show_mouse(int x,int y)
  29.          extrn _get_mouse_position:near
  30.          extrn _plot_mouse:near
  31.          extrn _remove_mouse:near
  32.          extrn _instant_mouse:near
  33.          extrn _compiled_mouse:near
  34.  
  35.          extrn _mousex:word
  36.          extrn _mousey:word
  37.          extrn _mousebuttons:word
  38.  
  39.          extrn _ismouse:word                ; 0 = mouse present
  40.          extrn _mousex1:word                ; clipping parameters for mouse
  41.          extrn _mousex2:word
  42.          extrn _mousey1:word
  43.          extrn _mousey2:word
  44.  
  45.